Skip Navigation Links.

H5Memory..::..SetElement<(Of <(<'Type>)>)> Method (, Type%)

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
<CLSCompliantAttribute(False)> _
Public Sub SetElement(Of Type) ( _
	index As UIntPtr, _
	ByRef value As Type _
)
C#
[CLSCompliantAttribute(false)]
public void SetElement<Type>(
	UIntPtr index,
	ref Type value
)
Visual C++
[CLSCompliantAttribute(false)]
public:
generic<typename Type>
void SetElement(
	UIntPtr index, 
	Type% value
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

index
Type: UIntPtr
value
Type: Type%

Type Parameters

Type

See Also